home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------------------------------
- //
- // CalendarInspector
- //
- // Inherits From: IBInspector
- //
- // Declared In: CalendarInspector.h
- //
- // Class Description
- //
- // Manages custom IB attributes inspection for the Calendar class.
- //
- //
- // Disclaimer
- //
- // You may freely copy, distribute and reuse this software and its
- // associated documentation. I disclaim any warranty of any kind,
- // expressed or implied, as to its fitness for any particular use.
- //
- //----------------------------------------------------------------------------------------------------
- #import <appkit/appkit.h>
- #import <apps/InterfaceBuilder.h>
-
-
- @interface CalendarInspector:IBInspector
- {
- id calendar;
- id disableButton;
- }
-
-
- @end